home *** CD-ROM | disk | FTP | other *** search
- to nextlogodemo
- print [Hello there lets see me draw]
- print [lets see that is what I do best .............]
- oflush
- repeat 1 [cs boxdemo rt 45 boxdemo
- cs
- seth 0
- cngonfill 5 200 10
- cs
- rndplacer 30 5 10 20
- cs
- cspingon 5 50 45 1.01 50
- cs
- cngonrot 5 200 10 45 5]
- print [I can also do math.]
- print [Lets see.... What is 1 + 1]
- oflush
- wait 5
- print [I will do a print 1 + 1 and let's see]
- print 1 + 1
- oflush
- wait 3
- print [Neat Huh!?! The answer is two.....]
- oflush
- wait 4
- print [I can also do unix commands.]
- print [Lets do a ls. I am going to do a unix "ls]
- oflush
- wait 3
- unix "ls
- print[That may be a little advanced for you, but I can do them.]
- oflush
- wait 3
- end